func runtime.gcallers

4 uses

	runtime (current package)
		mprof.go#L507: 		nstk = gcallers(gp.m.curg, skip, stk[:])
		proc.go#L4608: 	npcs := gcallers(callergp, 0, pcs[:])
		trace.go#L977: 			nstk += gcallers(curgp, skip, pcBuf[1:])
		traceback.go#L1115: func gcallers(gp *g, skip int, pcbuf []uintptr) int {